PstFileOpen(String, Encoding) Method

Opens the specified file path.

Definition

Namespace: Independentsoft.Pst
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public void Open(
	string filePath,
	Encoding encoding
)

Parameters

filePath  String
The file path.
encoding  Encoding
The encoding.

See Also